home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / ew.arc / EW.DOC < prev    next >
Encoding:
Text File  |  1987-12-10  |  3.5 KB  |  128 lines

  1.  
  2.                              EASY-WRITE v. 1.0
  3.  
  4.  
  5.  
  6.          This is a simple editor donated to the public domain.
  7.  
  8.          I have included the following files :
  9.  
  10.  
  11.       +  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ++
  12.       
  13.       +  - EW.COM         ( the compiled version of easy-write )    +
  14.  
  15.       +  - EW.PAS         ( source code in Turbo Pascal        )    +
  16.  
  17.       +  - EW.DOC         ( this documentation file            )    +
  18.  
  19.       + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  20.  
  21.  
  22.  
  23.          You should format a new diskette with the format/s command
  24.  
  25.          and copy these three files on it. There will be enough room
  26.  
  27.          on the diskette to hold your documents. However, if you want
  28.  
  29.          easy-write to load and/or save from/to another drive, simply
  30.  
  31.          comment out lines 244 and 328 in the source code and recompile
  32.  
  33.          with Turbo Pascal.
  34.  
  35.  
  36.          Editing commands :
  37.          ~~~~~~~~~~~~~~~~
  38.  
  39.          Easy-write implements the following command set :
  40.  
  41.  
  42.          - left arrow              - right arrow
  43.  
  44.          - up arrow                - down arrow
  45.  
  46.          - Ins   ( toggle between insert and overwrite modes )
  47.  
  48.          - Del   ( delete the character at the cursor position )
  49.  
  50.          - Backspace  ( delete character before cursor and move it one
  51.                         space to the left )
  52.  
  53.          - Ctrl-PgUp    ( move cursor to the beginning of the file )
  54.  
  55.          - Ctrl-PgDn    ( move cursor to the end of the file       )
  56.  
  57.          - home         ( move cursor to the beginning of the line )
  58.  
  59.          - end          ( move cursor to the end of the line       )
  60.  
  61.          - Ctrl-L       ( delete the line at the cursor position )
  62.  
  63.          - Ctrl-N       ( insert a line at the cursor position )
  64.  
  65.          - Return       ( go back to the beginning of the following line )
  66.  
  67.  
  68.           Printing :
  69.           ~~~~~~~~
  70.              When you choose the print option, you will be prompted for,
  71.  
  72.              among other things, the top and bottom margins and also the
  73.  
  74.              page length. For normal 8 1/2 x 11 paper, enter 6 for the
  75.  
  76.              top and bottom margins, and 66 for the page length.
  77.  
  78.  
  79.  
  80.          Limitations :
  81.          ~~~~~~~~~~~
  82.  
  83.          - Be aware of the fact that easy-write supports files with lines
  84.  
  85.          of 80 characters maximum. Therefore, if you try to load a file
  86.  
  87.          that has lines longer than 80 characters, they will be truncated.
  88.  
  89.          - The maximum number of lines of the file is 2000. However, you
  90.  
  91.            can easily change it in the source code, although it will slow
  92.  
  93.            down some editing commands.
  94.  
  95.          - Only two printers are installed, Star SG-10 and IBM ProPrinter.
  96.  
  97.            But again, it should be easy for anybody who knows a little bit
  98.  
  99.            of Pascal to modify this.
  100.  
  101.  
  102.          For owners of compatibles :
  103.          ~~~~~~~~~~~~~~~~~~~~~~~~~~
  104.  
  105.  
  106.                 I experienced some problems running easy-write on a compa-
  107.  
  108.                 tible computer namely a "THE PC+ ".  However, all problems
  109.  
  110.                 dissappeared when I switched it to a faster clock speed.
  111.  
  112.                 If the cursor is writing "P" and "H" when scrolling text
  113.  
  114.                 on your compatible, try a faster clock speed.
  115.  
  116.  
  117.  
  118.          Feel free to send me comments, good or bad.
  119.  
  120.  
  121.                    ________________________________________________
  122.  
  123.          Guy Lachance
  124.  
  125.          [71460,3407]
  126.  
  127.          12/87.
  128.